Html Css Color HEX #7B9ADE Jordy Blue

📋 copy color: '#7B9ADE'

red 123 ◦ green 154 ◦ blue 222

#7B9ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7B9ADE

Tints of Jordy Blue #7B9ADE

RGB

 RED value IS 123 (48.44% from 255) = 24.65%

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 24.65%
G = 30.86%
B = 44.49%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7B9ADE (or 0x7B9ADE) is known color: Jordy Blue. HEX triplet: 7B, 9A and DE. RGB value is (123,154,222). Sum of RGB (Red+Green+Blue) = 123+154+222=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B9ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ADE is #846521. Grayscale: #989898. Windows color (decimal): -8676642 or 14588539. OLE color: 14588539.

HSL color Cylindrical-coordinate representation of color #7B9ADE: hue angle of 221.21º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9ADE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 154 222 -
CMYK 0.45 0.31 0 0.13
HSL 221.21º 0.6% 0.68% -
HSV(B) 221.21º 0.45% 0.87% -
XYZ 32.91 32.6 73.66 -
YUV 152.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 123 154 222 0.45 0.31 0 0.13 221.21 0.6 0.68
Hex 7B 9A DE 2D 1F 0 D DD 3C 44
Octal 173 232 336 55 37 0 15 335 74 104
Binary 1111011 10011010 11011110 101101 11111 0 1101 11011101 111100 1000100

Color Harmonies of #7B9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9ADE

Black with #7B9ADE

Text Example


Text Example

White with #7B9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9ADE; }

 p { color: rgb(123,154,222); }

 H1.HeaderClassName
 {
   color: #7B9ADE;
 }
 .AnyTagClassName
 {
   color: #7B9ADE;
 }
</style>

background-color css

<style>
 a { background-color: #7B9ADE; }

 a { background-color: rgb(123,154,222); }

 div.DivClassName
 {
   background-color: #7B9ADE;
 }
 .BgClassName
 {
   background-color: #7B9ADE;
 }
</style>

border-color css

<style>
 span { border-color: #7B9ADE; }

 span { border-color: rgb(123,154,222); }

 td.TdClassName
 {
   border-color: #7B9ADE;
 }
 .TagClassName
 {
   border-color: #7B9ADE;
 }
</style>