Html Css Color HEX #7B9BDB Jordy Blue

📋 copy color: '#7B9BDB'

red 123 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #7B9BDB

Tints of Jordy Blue #7B9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 24.75%
G = 31.19%
B = 44.06%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B9BDB (or 0x7B9BDB) is known color: Jordy Blue. HEX triplet: 7B, 9B and DB. RGB value is (123,155,219). Sum of RGB (Red+Green+Blue) = 123+155+219=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BDB is #846424. Grayscale: #989898. Windows color (decimal): -8676389 or 14392187. OLE color: 14392187.

HSL color Cylindrical-coordinate representation of color #7B9BDB: hue angle of 220º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9BDB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 155 219 -
CMYK 0.44 0.29 0 0.14
HSL 220º 0.57% 0.67% -
HSV(B) 220º 0.44% 0.86% -
XYZ 32.68 32.77 71.62 -
YUV 152.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 123 155 219 0.44 0.29 0 0.14 220 0.57 0.67
Hex 7B 9B DB 2C 1D 0 E DC 39 43
Octal 173 233 333 54 35 0 16 334 71 103
Binary 1111011 10011011 11011011 101100 11101 0 1110 11011100 111001 1000011

Color Harmonies of #7B9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BDB

Black with #7B9BDB

Text Example


Text Example

White with #7B9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,155,219); }

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

background-color css

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

 a { background-color: rgb(123,155,219); }

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

border-color css

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

 span { border-color: rgb(123,155,219); }

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